Html Css Color HEX #AFF762 Conifer

📋 copy color: '#AFF762'

red 175 ◦ green 247 ◦ blue 98

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

Shades of Conifer #AFF762

Tints of Conifer #AFF762

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.5%

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

R = 33.65%
G = 47.5%
B = 18.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#AFF762 (or 0xAFF762) is known color: Conifer. HEX triplet: AF, F7 and 62. RGB value is (175,247,98). Sum of RGB (Red+Green+Blue) = 175+247+98=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 247 (96.88% from 255 or 47.5% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF762 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF762 is #50089D. Grayscale: #D1D1D1. Windows color (decimal): -5245086 or 6485935. OLE color: 6485935.

HSL color Cylindrical-coordinate representation of color #AFF762: hue angle of 88.99º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFF762 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 98 -
CMYK 0.29 0 0.60 0.03
HSL 88.99º 0.9% 0.68% -
HSV(B) 88.99º 0.6% 0.97% -
XYZ 53.14 76.52 23.52 -
YUV 208.49 65.65 104.12 -
System Red Green Blue C M Y K H S L
Decimal 175 247 98 0.29 0 0.60 0.03 88.99 0.9 0.68
Hex AF F7 62 1D 0 3C 3 59 5A 44
Octal 257 367 142 35 0 74 3 131 132 104
Binary 10101111 11110111 1100010 11101 0 111100 11 1011001 1011010 1000100

Color Harmonies of #AFF762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF762

Black with #AFF762

Text Example


Text Example

White with #AFF762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF762; }

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

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

background-color css

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

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

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

border-color css

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

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

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