Html Css Color HEX #AFE462 Conifer

📋 copy color: '#AFE462'

red 175 ◦ green 228 ◦ blue 98

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

Shades of Conifer #AFE462

Tints of Conifer #AFE462

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.51%

 BLUE value IS 98 (38.67% from 255) = 19.56%

R = 34.93%
G = 45.51%
B = 19.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#AFE462 (or 0xAFE462) is known color: Conifer. HEX triplet: AF, E4 and 62. RGB value is (175,228,98). Sum of RGB (Red+Green+Blue) = 175+228+98=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 98 (38.67% from 255 or 19.56% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE462 is #501B9D. Grayscale: #C5C5C5. Windows color (decimal): -5249950 or 6481071. OLE color: 6481071.

HSL color Cylindrical-coordinate representation of color #AFE462: hue angle of 84.46º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFE462 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 98 -
CMYK 0.23 0 0.57 0.11
HSL 84.46º 0.71% 0.64% -
HSV(B) 84.46º 0.57% 0.89% -
XYZ 47.63 65.48 21.68 -
YUV 197.33 71.94 112.07 -
System Red Green Blue C M Y K H S L
Decimal 175 228 98 0.23 0 0.57 0.11 84.46 0.71 0.64
Hex AF E4 62 17 0 39 B 54 47 40
Octal 257 344 142 27 0 71 13 124 107 100
Binary 10101111 11100100 1100010 10111 0 111001 1011 1010100 1000111 1000000

Color Harmonies of #AFE462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE462

Black with #AFE462

Text Example


Text Example

White with #AFE462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE462; }

 p { color: rgb(175,228,98); }

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

background-color css

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

 a { background-color: rgb(175,228,98); }

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

border-color css

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

 span { border-color: rgb(175,228,98); }

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