Html Css Color HEX #AFF045 Conifer

📋 copy color: '#AFF045'

red 175 ◦ green 240 ◦ blue 69

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

Shades of Conifer #AFF045

Tints of Conifer #AFF045

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.59%

 BLUE value IS 69 (27.34% from 255) = 14.26%

R = 36.16%
G = 49.59%
B = 14.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#AFF045 (or 0xAFF045) is known color: Conifer. HEX triplet: AF, F0 and 45. RGB value is (175,240,69). Sum of RGB (Red+Green+Blue) = 175+240+69=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF045 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF045 is #500FBA. Grayscale: #C9C9C9. Windows color (decimal): -5246907 or 4583599. OLE color: 4583599.

HSL color Cylindrical-coordinate representation of color #AFF045: hue angle of 82.81º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFF045 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 69 -
CMYK 0.27 0 0.71 0.06
HSL 82.81º 0.85% 0.61% -
HSV(B) 82.81º 0.71% 0.94% -
XYZ 49.91 71.86 16.87 -
YUV 201.07 53.47 109.4 -
System Red Green Blue C M Y K H S L
Decimal 175 240 69 0.27 0 0.71 0.06 82.81 0.85 0.61
Hex AF F0 45 1B 0 47 6 53 55 3D
Octal 257 360 105 33 0 107 6 123 125 75
Binary 10101111 11110000 1000101 11011 0 1000111 110 1010011 1010101 111101

Color Harmonies of #AFF045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF045

Black with #AFF045

Text Example


Text Example

White with #AFF045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF045; }

 p { color: rgb(175,240,69); }

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

background-color css

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

 a { background-color: rgb(175,240,69); }

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

border-color css

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

 span { border-color: rgb(175,240,69); }

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