Html Css Color HEX #AFF85E Conifer

📋 copy color: '#AFF85E'

red 175 ◦ green 248 ◦ blue 94

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

Shades of Conifer #AFF85E

Tints of Conifer #AFF85E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.97%

 BLUE value IS 94 (37.11% from 255) = 18.18%

R = 33.85%
G = 47.97%
B = 18.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#AFF85E (or 0xAFF85E) is known color: Conifer. HEX triplet: AF, F8 and 5E. RGB value is (175,248,94). Sum of RGB (Red+Green+Blue) = 175+248+94=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF85E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF85E is #5007A1. Grayscale: #D1D1D1. Windows color (decimal): -5244834 or 6224047. OLE color: 6224047.

HSL color Cylindrical-coordinate representation of color #AFF85E: hue angle of 88.44º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFF85E is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 94 -
CMYK 0.29 0 0.62 0.03
HSL 88.44º 0.92% 0.67% -
HSV(B) 88.44º 0.62% 0.97% -
XYZ 53.27 77.06 22.66 -
YUV 208.62 63.32 104.02 -
System Red Green Blue C M Y K H S L
Decimal 175 248 94 0.29 0 0.62 0.03 88.44 0.92 0.67
Hex AF F8 5E 1D 0 3E 3 58 5C 43
Octal 257 370 136 35 0 76 3 130 134 103
Binary 10101111 11111000 1011110 11101 0 111110 11 1011000 1011100 1000011

Color Harmonies of #AFF85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF85E

Black with #AFF85E

Text Example


Text Example

White with #AFF85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF85E; }

 p { color: rgb(175,248,94); }

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

background-color css

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

 a { background-color: rgb(175,248,94); }

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

border-color css

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

 span { border-color: rgb(175,248,94); }

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