Html Css Color HEX #AFF38F Granny Smith Apple

📋 copy color: '#AFF38F'

red 175 ◦ green 243 ◦ blue 143

#AFF38F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #AFF38F

Tints of Granny Smith Apple #AFF38F

RGB

 RED value IS 175 (68.75% from 255) = 31.19%

 GREEN value IS 243 (95.31% from 255) = 43.32%

 BLUE value IS 143 (56.25% from 255) = 25.49%

R = 31.19%
G = 43.32%
B = 25.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFF38F (or 0xAFF38F) is known color: Granny Smith Apple. HEX triplet: AF, F3 and 8F. RGB value is (175,243,143). Sum of RGB (Red+Green+Blue) = 175+243+143=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF38F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF38F is #500C70. Grayscale: #D3D3D3. Windows color (decimal): -5246065 or 9434031. OLE color: 9434031.

HSL color Cylindrical-coordinate representation of color #AFF38F: hue angle of 100.8º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFF38F is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 143 -
CMYK 0.28 0 0.41 0.05
HSL 100.8º 0.81% 0.76% -
HSV(B) 100.8º 0.41% 0.95% -
XYZ 54.69 75.2 37.62 -
YUV 211.27 89.47 102.13 -
System Red Green Blue C M Y K H S L
Decimal 175 243 143 0.28 0 0.41 0.05 100.8 0.81 0.76
Hex AF F3 8F 1C 0 29 5 65 51 4C
Octal 257 363 217 34 0 51 5 145 121 114
Binary 10101111 11110011 10001111 11100 0 101001 101 1100101 1010001 1001100

Color Harmonies of #AFF38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF38F

Black with #AFF38F

Text Example


Text Example

White with #AFF38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF38F; }

 p { color: rgb(175,243,143); }

 H1.HeaderClassName
 {
   color: #AFF38F;
 }
 .AnyTagClassName
 {
   color: #AFF38F;
 }
</style>

background-color css

<style>
 a { background-color: #AFF38F; }

 a { background-color: rgb(175,243,143); }

 div.DivClassName
 {
   background-color: #AFF38F;
 }
 .BgClassName
 {
   background-color: #AFF38F;
 }
</style>

border-color css

<style>
 span { border-color: #AFF38F; }

 span { border-color: rgb(175,243,143); }

 td.TdClassName
 {
   border-color: #AFF38F;
 }
 .TagClassName
 {
   border-color: #AFF38F;
 }
</style>